home *** CD-ROM | disk | FTP | other *** search
- #ifndef ____GETVALUE____
-
- #define ____GETVALUE____ 1
-
- #include "global.h"
-
- UInt8 GetImmediateValue(void);
- UInt8 GetAbsoluteValue(void);
- UInt8 GetZeroPageValue(void);
- UInt8 GetZeroPageXValue(void);
- UInt8 GetIndXValue(void);
- UInt8 GetIndYValue(void);
- UInt8 GetAbsoluteXValue(void);
- UInt8 GetAbsoluteYValue(void);
- UInt8 GetRelativeValue(void);
- UInt8 GetZeroPageYValue(void);
- UInt8* GetAbsoluteAddress(void);
- UInt8* GetZeroPageAddress(void);
- UInt8* GetAccumulatorAddress(void);
- UInt8* GetZeroPageXAddress(void);
- UInt8* GetAbsoluteXAddress(void);
- UInt16 GetAbsolutePCAddress(void);
- UInt16 GetIndirectPCAddress(void);
- UInt8* GetZeroPageYAddress(void);
- UInt8* GetIndXAddress(void);
- UInt8* GetIndYAddress(void);
- UInt8* GetAbsoluteYAddress(void);
-
- #endif